home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #1 / Amiga Plus CD - 2000 - No. 1.iso / Tools / HD / SmartFileSystem / V1.58 / Sources / fs / deviceio.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-21  |  587 b   |  19 lines

  1. #define DIO_READ  (1)
  2. #define DIO_WRITE (2)
  3.  
  4. /* Errorcodes returned by device io functions, in addition to the
  5.    errors which can be returned by the OpenDevice() call when
  6.    calling initdeviceio(): */
  7.  
  8. #define ERROR_NO_64BIT_SUPPORT    (95)    /* Returned when the partition requires 64-bit support
  9.                                              to function, but no 64-bit support is present. */
  10. #define ERROR_OUTSIDE_PARTITION   (99)
  11.  
  12.  
  13. /* Values returned by deviceapiused() */
  14.  
  15. #define DAU_NORMAL     (0)
  16. #define DAU_NSD        (1)
  17. #define DAU_TD64       (2)
  18. #define DAU_SCSIDIRECT (3)
  19.